Delta DocStore Api Sample
=========================

To run this example:
- Open DeltaDocStoreApiSample.sln with Visual Studio.
- In the file Program.cs, replace the value of the variable deltaDocStoreUrl with the URL of the Delta DocStore you want to reach (e.g.: https://delta.switch.lu/DocStore).
- If the targeted Delta is not the last version, replace the version of the package Delta.DocStore with the required version in the csproj.
- In the file Program.cs, replace the value of the variable deltaSubscriptionKey with your subscription key.
- Run the solution.